-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to fix snap build #12882
Attempt to fix snap build #12882
Conversation
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #12882 +/- ##
==========================================
+ Coverage 34.29% 34.34% +0.05%
==========================================
Files 2934 2965 +31
Lines 90216 90533 +317
Branches 16943 16977 +34
==========================================
+ Hits 30937 31094 +157
- Misses 56815 56975 +160
Partials 2464 2464 ☔ View full report in Codecov by Sentry. |
* Attempt to fix snap build * Move snap * Add debug logging * Fix move * Remove debug logs (cherry picked from commit ca420d7)
* Attempt to fix snap build * Move snap * Add debug logging * Fix move * Remove debug logs (cherry picked from commit ca420d7)
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-17137
📔 Objective
Snapcraft requires special packing using the
snapcraft
cli instead of directly creating the image. The latter works for local snap installations but not for snapcraft.This is a change to the
pack:lin
step that was originally introduced in #12187.📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes